home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / RESCUE / RESCUE95.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1997-06-12  |  522b  |  28 lines

  1. object Form4: TForm4
  2.   Left = 222
  3.   Top = 199
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Wait'
  7.   ClientHeight = 36
  8.   ClientWidth = 247
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Gauge1: TGauge
  18.     Left = 8
  19.     Top = 6
  20.     Width = 230
  21.     Height = 25
  22.     Color = clRed
  23.     ForeColor = clRed
  24.     ParentColor = False
  25.     Progress = 0
  26.   end
  27. end
  28.